IsReadOnly Property (ObjectCollectionT<T>)
In This Topic
Indicates whether the collection is read-only
Syntax
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly {get;}
public:
property bool IsReadOnly {
bool get();
}
See Also